created on Thu Nov 07 08:15:10 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

12

100.0%

1 minutes, 6.290 seconds

0

0

3

2. Features

2.1. Appearance of Component Variant: Default IGNORED

Result: IGNORED Time: 0

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia1"
def selectorContainer = "#contentblock1 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the #viewport.width and height: #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.2. Appearance of Component Variant: Default with YouTube IGNORED

Result: IGNORED Time: 0

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia2"
def selectorContainer = "#contentblock2 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the #viewport.width and height: #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.3. Appearance of Component Variant: Default with Kaltura IGNORED

Result: IGNORED Time: 0

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia3"
def selectorContainer = "#contentblock3 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the #viewport.width and height: #viewport.height reference image.

1
designRef(selectorContainer)
  • Where: Browser size width: #viewport.width and height: #viewport.height

2.4. Online Media: Appearance of Component Variant: IFrame with Youtube Video in XS PASS

Result: PASS Time: 5.624 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents XS 0

Current

onlinemedia contentblock4 .contents XS 0

Diff

onlinemedia contentblock4 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.5. Online Media: Appearance of Component Variant: IFrame with Youtube Video in SM PASS

Result: PASS Time: 5.595 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents SM 0

Current

onlinemedia contentblock4 .contents SM 0

Diff

onlinemedia contentblock4 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.6. Online Media: Appearance of Component Variant: IFrame with Youtube Video in MD PASS

Result: PASS Time: 7.268 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents MD 0

Current

onlinemedia contentblock4 .contents MD 0

Diff

onlinemedia contentblock4 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.7. Online Media: Appearance of Component Variant: IFrame with Youtube Video in LG PASS

Result: PASS Time: 7.418 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents LG 0

Current

onlinemedia contentblock4 .contents LG 0

Diff

onlinemedia contentblock4 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.8. Online Media: Appearance of Component Variant: IFrame with Youtube Video in XLG PASS

Result: PASS Time: 7.736 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents XLG 0

Current

onlinemedia contentblock4 .contents XLG 0

Diff

onlinemedia contentblock4 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.9. Online Media: Appearance of Component Variant: IFrame with Youtube Video in XXLG PASS

Result: PASS Time: 8.079 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia4"
def selectorContainer = "#contentblock4 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock4 .contents XXLG 0

Current

onlinemedia contentblock4 .contents XXLG 0

Diff

onlinemedia contentblock4 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440

2.10. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in XS PASS

Result: PASS Time: 2.924 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 320 and height: 480 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents XS 0

Current

onlinemedia contentblock5 .contents XS 0

Diff

onlinemedia contentblock5 .contents XS 0.diff

  • Where: Browser size width: 320 and height: 480

2.11. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in SM PASS

Result: PASS Time: 3.129 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 640 and height: 480 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents SM 0

Current

onlinemedia contentblock5 .contents SM 0

Diff

onlinemedia contentblock5 .contents SM 0.diff

  • Where: Browser size width: 640 and height: 480

2.12. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in MD PASS

Result: PASS Time: 3.409 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1024 and height: 768 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents MD 0

Current

onlinemedia contentblock5 .contents MD 0

Diff

onlinemedia contentblock5 .contents MD 0.diff

  • Where: Browser size width: 1024 and height: 768

2.13. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in LG PASS

Result: PASS Time: 3.639 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1366 and height: 1024 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents LG 0

Current

onlinemedia contentblock5 .contents LG 0

Diff

onlinemedia contentblock5 .contents LG 0.diff

  • Where: Browser size width: 1366 and height: 1024

2.14. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in XLG PASS

Result: PASS Time: 4.436 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 1920 and height: 1280 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents XLG 0

Current

onlinemedia contentblock5 .contents XLG 0

Diff

onlinemedia contentblock5 .contents XLG 0.diff

  • Where: Browser size width: 1920 and height: 1280

2.15. Online Media: Appearance of Component Variant: IFrame with Vimeo Video in XXLG PASS

Result: PASS Time: 4.884 seconds

  • Given: >the page hierarchy is created as "Components" > "Widgets" > "OnlineMedia"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
2
def selector = "#onlinemedia5"
def selectorContainer = "#contentblock5 .contents"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • Then It should match the 2560 and height: 1440 reference image.

1
designRef(selectorContainer)
Source

onlinemedia contentblock5 .contents XXLG 0

Current

onlinemedia contentblock5 .contents XXLG 0

Diff

onlinemedia contentblock5 .contents XXLG 0.diff

  • Where: Browser size width: 2560 and height: 1440